home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000369_news@columbia.edu _Wed Jun 14 07:39:15 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id HAA15583
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 14 Jun 2000 07:39:15 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA02043
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Jun 2000 07:39:14 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id HAA05503
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 14 Jun 2000 07:19:25 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "ralf.strandell" <ralf.strandell@silja.com>
  13. Subject: Translate cannot handle certain filenames?
  14. Message-ID: <ySJ15.206$Q%3.5871@read2.inet.fi>
  15. Date: Wed, 14 Jun 2000 11:18:54 GMT
  16. Organization: Sonera corp Internet services
  17. To: kermit.misc@columbia.edu
  18.  
  19. Hello!
  20.  
  21. On certain systems file names are in the following format: "project*file."
  22. The asterisk and dot must be there and they are treated literally.
  23.  
  24. Now translate seems to think that this "project*file." represents multiple
  25. files and fails.
  26. How do I change this? I tried using \Fcont(\m(badfilename)) without success.
  27. Even \Fliteral(project*file.) failed.
  28.  
  29.  
  30.       Ralf
  31.  
  32.  
  33.  
  34.